home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / vltbrk12.arc / VLTBRK.DOC < prev    next >
Text File  |  1990-05-19  |  4KB  |  129 lines

  1.                         VaultBreaker Door v1.2
  2.                             by: Terry West
  3.              Sysop, The Strawberry Patch BBS 606-432-0897
  4.  
  5.  
  6.     Vault Breaker is a PCBoard v14.5 door that was written using the
  7.     famous ProKit (v3.2) door routines.
  8.  
  9.     Vault Breaker is a game door that allows the user 3 chances to break
  10.     the system 'Vault'. If the user breaks the vault, he/she wins a sysop
  11.     configurable amount of online time. Vault Breaker compensates for
  12.     systems running non-sliding events and will not let the user stay
  13.     past the scheduled event time.
  14.  
  15.     The Door also displays the combination on the SysOp's local screen
  16.     for test purposes, etc. The user with be shown the combination after
  17.     they use up their 3 attempts. The combination is randomly generated,
  18.     so it'll be different each time the door is loaded.
  19.  
  20.     Setup:
  21.  
  22.     Edit the VLTBRK.CNF file to reflect your choices in how the door
  23.     operates. Here's a sample VLTBRK.CNF:
  24.  
  25.     INTERRUPT
  26.     VAULT
  27.     30
  28.     10
  29.     3
  30.     BREAKERS
  31.     JOE USER
  32.  
  33.  
  34.     Where:
  35.  
  36.     Line 1. This is the communications driver used by Prokit doors.
  37.             (HANDSHAKE, INTERRUPT, BIOS, PCBTRAP)
  38.  
  39.     Line 2. The vault display file. The "G" version is no longer
  40.             required. Support for the PCBoard @Xhh color macros
  41.             has been added. You may want to customize this file
  42.             for your system.
  43.  
  44.     Line 3. Number of minutes the user wins in they break the vault.
  45.  
  46.     Line 4. Number of minutes user loses if they fail to break the vault.
  47.  
  48.     Line 5. Maximun number for the combination. I suggest something low,
  49.             as the combination is 3 digits and is randomly selected.
  50.             Don't make it so tough that no one ever wins!
  51.  
  52.     Line 6. This is the file that the door updates when a user breaks the
  53.             vault. The Door also writes to the caller's log when a user
  54.             wins.
  55.  
  56.     Line 7. The name of the last person to break the Vault. This is for
  57.             display inside the door. In addition to winning online time,
  58.             the user now gets his/her name displayed until someone else
  59.             wins.
  60.  
  61.  
  62.  
  63.     Edit the VLTBRK file to reflect your setup. Here's a sample:
  64.  
  65.     @Echo Off
  66.     Cd\Pcb\Door\VltBrk
  67.     VltBrk VltBrk.Cnf C:\Pcb
  68.     Cd\Pcb
  69.     Board
  70.  
  71.     Line 1. Turns the Echo off.
  72.     Line 2. Changes to the door directory.
  73.     Line 3. Starts the door.
  74.     Line 4. Switches back to the PCBoard directory.
  75.     Line 5. Restarts PCBoard.
  76.  
  77.     Edit your DOORS.DAT file to reflect the new door and you're in
  78.     business!
  79.  
  80.     Registration:
  81.  
  82.     This one's free. If you like it (or hate it), leave me a comment.
  83.     I'm open to suggestions on future releases.
  84.  
  85.     Release history:
  86.  
  87.     v1.0 - 05/06/90 - Initial Release
  88.  
  89.     v1.1 - 05/12/90
  90.  
  91.     Cosmetic Changes.
  92.  
  93.     Door now displays the actual combination to the user after he/she
  94.     uses up all their guesses.
  95.  
  96.     Door now displays the last winner. As a result, the configuration
  97.     file was modified. See sample VLTBRK.CNF in this archive.
  98.  
  99.     v1.2 - 05/19/90
  100.  
  101.     Eliminated the VAULTG file and replaced with a new VAULT file
  102.     containing the PCBoard v14.5 style @Xhh color codes.
  103.  
  104.     Added configurable amount to deduct from user's time if they
  105.     fail to break the vault.
  106.  
  107.     Recompiled with ProKit v3.2 (release) routines.
  108.  
  109.  
  110.     DISCLAIMER
  111.     ----------
  112.  
  113.     I make no warranty of any kind, express or implied, including without
  114.     limitation, any warranties of merchantability and/or fitness for a
  115.     particular purpose.  I shall not be liable for any damages, whether
  116.     direct, indirect, special or consequential arising from a failure of
  117.     this program to operate in the manner desired by the user.  I shall not
  118.     be liable for any damage to data or property which may be caused
  119.     directly or indirectly by the use of this program.
  120.  
  121.     IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST
  122.     PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  123.     ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY
  124.     CLAIM BY ANY OTHER PARTY.
  125.  
  126. PCBoard is a registered trademark of Clark Development Company.
  127. ProKit is copyrighted by Samuel Smith.
  128.  
  129.